home *** CD-ROM | disk | FTP | other *** search
/ i·claim - visualizing argument / ICLAIM.ISO / mac / t_01.swf / scripts / frame_45 / PlaceObject2_413_15 / CLIPACTIONRECORD on(press).as next >
Text File  |  2005-02-28  |  121b  |  7 lines

  1. on(press){
  2.    _root.mdrag = true;
  3.    xpos = this._x;
  4.    ypos = this._y;
  5.    this.startDrag(false,77,165,461,535);
  6. }
  7.